Installation
This page contains information about dependencies, how to install and how to import modules.
Dependencies:
The package requires python 3.8.10 or higher.
Packages | Version |
---|---|
numpy | ≥ 1.23.0 |
scipy | ≥ 1.8.1 |
tqdm | ≥ 4.64.1 |
Instalation procedure
The simplest way to install is via pip
:
pip install aisp
Importing modules
from aisp.NSA import RNSA, BNSA
nsa = RNSA(N=300, r=0.05)